CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - laplacian enhancement

搜索资源列表

  1. Image-Processing

    0下载:
  2. vc++数字图像编程基础,包括点运算、几何变换(平移、旋转、缩放、镜像)、正交变换(沃尔什、傅里叶、离散余弦)、图像增强(图像平滑、中值滤波、梯度锐化、拉普拉斯锐化)、形态学变换(腐蚀、膨胀、开、关)、边缘与轮廓(robert、sobel、frewit、kirsch、gauss-laplace边缘检测算子,hough变换,轮廓提取,轮廓跟踪)、图像分析(阈值分割、投影检测、差影检测、模板匹配)、图像复原(卷积模糊、逆滤波复原、维纳滤波复原,随机、椒盐噪声)、图像编码(赫夫曼编码、香农费诺编码、行
  3. 所属分类:Special Effects

    • 发布日期:2017-06-09
    • 文件大小:16464506
    • 提供者:李欣
  1. LaplaceSharpen

    0下载:
  2. 拉普拉斯图像锐化处理,可用于图像增强,c程序代码-Laplacian Image Sharpening can be used for image enhancement
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:168738
    • 提供者:zxb
  1. TemplateTrans

    0下载:
  2. 图像增强的基本程序,包括图像平滑、中值滤波、梯度锐化、拉普拉斯锐化和伪彩色编码。-The basic image enhancement procedures, including image smoothing, median filter, sharpening the gradient, Laplacian and pseudo-color-coded sharpening.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2185101
    • 提供者:jiaojiao003
  1. suanfa

    0下载:
  2. 图像算法 明亮度 对比度 Hough变换 图像增强技术 图像平移 图像旋转 图像的3D灰度显示 图像的反色 图像缩放 图像转置 图像镜像 拉普拉斯高斯边缘检测 显示浮雕文字效果 显示渐变色彩效果 浮雕技术 灰度均衡 灰度拉伸 维纳滤波处理 逆滤波处理 阈值变换 雕刻技术-Image brightness contrast algorithm Hough transform image enhancement te
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:25279
    • 提供者:warsour
  1. TemplateTrans

    0下载:
  2. VC数字图像处理典型算法及实现,完整的源码,主要的图像增强算法:图像平滑,中值滤波,梯度锐化,拉普拉斯锐化,伪彩色编码-VC typical digital image processing algorithm and the realization of the complete source code, the main algorithm for image enhancement: image smoothing, median filter, sharpening the gra
  3. 所属分类:Special Effects

    • 发布日期:2017-05-17
    • 文件大小:4174706
    • 提供者:lgy
  1. TemplateTrans

    0下载:
  2. 图像增强源码(平滑,中值滤波,梯度锐化,拉普拉斯锐化,伪彩色增强) c-Image enhancement source (smoothing, median filtering, sharpening the gradient, Laplacian sharpening, pseudo-color enhancement) c++
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2194091
    • 提供者:shanshan
  1. TemplateTrans

    0下载:
  2. 实现图像增强,图像平滑,中值滤波,梯度锐化,拉普拉斯锐化,伪彩色编码-To achieve image enhancement, image smoothing, median filtering, sharpening the gradient, Laplacian sharpening, pseudo-color coding
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-06
    • 文件大小:101599
    • 提供者:skylost
  1. bianyuanjiance

    0下载:
  2. bmp格式文件和六种常用图像增强算法作出了研究,文中详细论述了数字图像增强技术中涉及到的图像平滑、中值滤波、梯度锐化、拉普拉斯锐化、灰度拉伸和灰度均衡各基本算法及其在Visual C++ 6.0下的具体实现,列出了各图像增强基本算法所涉及的关键源代码,同时,在每种图像算法中都分别给出了一幅标准的数字图像在各种处理前与处理后的对照图像。 -bmp format, and six kinds of commonly used image enhancement algorithm to the
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-04
    • 文件大小:322375
    • 提供者:ERRG@163.COM
  1. Convolution

    0下载:
  2. VC++开发的图形处理程序,可进行图形区域处理,有模糊图像、锐化图像、Laplacian边缘增强,梯度方向边缘增强,平移差分边缘增强等功能,有详细源码解释-VC++, graphics processing, graphics area can be dealt with fuzzy images, sharpening images, Laplacian edge enhancement, gradient direction of edge enhancement, edge enhance
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2640700
    • 提供者:KKill
  1. smagic

    1下载:
  2. 图像处理综合例子,提供的功能主要有:    (1) 打开,显示,保存(另存),打印包括bmp,jpg,tif,gif,tga,pcx,png,psd等在内的各种常用图像 (2) 可以对图像实现放大/缩小观看,并可显示其直方图(态度,红,蓝,绿四通道) (3) 点运算:图像格式转换,阈值变换,窗口变换,灰度拉伸,态度均衡 (4) 几何变换:平移,转置,缩放,旋转,水平镜像,垂直镜像 (5) 正交变换:傅立叶,离散余弦,沃什,霍特林等 (6) 图像增强:图像平滑,中值滤波,梯
  3. 所属分类:Graph program

    • 发布日期:2017-05-22
    • 文件大小:6662676
    • 提供者:黄知
  1. image_edge_detection

    0下载:
  2. 本代码是基于VC6.0的图像增强代码,程序支持读入、显示各种类型的彩色、灰度图像,图像增强先做平滑滤波去除噪声,再采用拉普拉斯算子实现边缘检测,并附带图像灰度直方图的显示功能。-This code is based on image enhancement VC6.0 code, the program supports reading, showing all kinds of color, grayscale image, image enhancement do first smoothi
  3. 所属分类:Special Effects

    • 发布日期:2017-05-07
    • 文件大小:2021481
    • 提供者:yingl
  1. image_enhancing

    0下载:
  2. 1.先用LAPLACIAN进行增强 2.用SOBLE进行边缘增强 3.然后将LAPLACIAN*SOBLE SMOOTH 4.将MULTILITION+原图 5.最后对图形进行power-law transformation -1 LAPLACIAN carried enhanced. Edge enhancement using SOBLE 3. Then Laplacian.* SOBLE the SMOOTH 4. MULTILITION+ artwork 5. Fin
  3. 所属分类:Special Effects

    • 发布日期:2017-11-26
    • 文件大小:213653
    • 提供者:wwwww
  1. inhanceImage

    0下载:
  2. 用拉普拉斯算子实现的图像增强。图片路径要自己设定。-The Laplacian realized image enhancement. Image path to set their own.
  3. 所属分类:OpenCV

    • 发布日期:2017-11-07
    • 文件大小:4430990
    • 提供者:cz
  1. PictureOpr

    0下载:
  2. vb6.0开发的一个不错的图像处理程序,可实现图像平滑、灰度拉伸、梯度法锐化、拉普拉斯锐化、掩模匹配、彩色变换、二值化和边缘增强等常见图像处理过程。对初学者很有帮助。-vb development of a good image processing program, you can achieve image smoothing, gray stretch gradient method sharpening Laplacian sharpening and mask matching col
  3. 所属分类:Special Effects

    • 发布日期:2017-11-13
    • 文件大小:647168
    • 提供者:xft
  1. shiyan1

    0下载:
  2. 图像的线性变换和直方图均衡化以及均值滤波、中值滤波和拉普拉斯锐化进行图像增强处理的程序设计-Linear transformation of the image and histogram equalization and mean filtering, median filtering and Laplacian sharpening for image enhancement processing program design
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:736
    • 提供者:兰天
  1. TemplateTrans

    0下载:
  2. MFC实现灰度图像的图像增强,包括图像平滑,中值滤波,图像锐化,拉普拉斯锐化,伪彩色1编码等-MFC to achieve gray image image enhancement, including image smoothing, median filtering, image sharpening, Laplacian sharpening, pseudo-color one coding. . . . .
  3. 所属分类:Menu control

    • 发布日期:2017-05-11
    • 文件大小:2177628
    • 提供者:赵丹凤
  1. project-03

    0下载:
  2. PROJECT 03-01 Image Enhancement Using Intensity Transformations PROJECT 03-02 [Multiple Uses] Histogram Equalization PROJECT 03-03 [Multiple Uses] Spatial Filtering PROJECT 03-04 Enhancement Using the Laplacian PROJECT 03-05 Unsharp
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1717
    • 提供者:khishe
  1. image-processing-method

    0下载:
  2. 这是一个关于图像处理课程的综合性程序,囊括了图形变换(傅里叶正反变换和离散余旋正反变换)、灰度变换(线性拉伸、直方图均衡)、图像增强(中值滤波、均值滤波以及梯度锐化)、代数运算(两幅图像之间的相加减)、图像分割(Roberts算法、Sobel算法、Laplacian算法以及区域生长)、图像转换(灰度化和二值化)等。-It is a comprehensive program for image processing programs, to include graphics transforma
  3. 所属分类:Special Effects

    • 发布日期:2017-05-25
    • 文件大小:7813332
    • 提供者:云曦
  1. question2

    0下载:
  2. 图像锐化与增强(question2.m),锐化用拉普拉斯算子-Image enhancement and sharpening (question2.m), with the Laplacian sharpening
  3. 所属分类:Special Effects

    • 发布日期:2017-12-17
    • 文件大小:1024
    • 提供者:学生娃
  1. Gauss_Laplacian_Pyramid

    0下载:
  2. 图像高斯拉普拉斯金字塔(laplacian pyramid)并从金字塔重建原图,不含细节增强-Image of the pyramid pyramid (pyramid) and reconstructs the original the pyramid, without detail enhancement
  3. 所属分类:Special Effects

    • 发布日期:2017-12-14
    • 文件大小:572
    • 提供者:朱伟
« 1 23 »
搜珍网 www.dssz.com